runtime.g.racectx (field)
12 uses
runtime (current package)
proc.go#L149: mp.g0.racectx = 0
proc.go#L716: gp.racectx, raceprocctx0 = raceinit()
proc.go#L2137: gp.racectx = racegostart(abi.FuncPCABIInternal(newextram) + sys.PCQuantum)
proc.go#L4572: newg.racectx = racegostart(callerpc)
runtime2.go#L489: racectx uintptr
time.go#L877: if gp.racectx != 0 {
time.go#L880: gp.racectx = gp.m.p.ptr().timerRaceCtx
time.go#L891: gp.racectx = 0
trace.go#L566: if getg().racectx != 0 {
trace.go#L569: getg().racectx = getg().m.curg.racectx
trace.go#L572: defer func() { getg().racectx = 0 }()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |